style(fountain): new content and layout for the landing page#13056
Merged
rjan90 merged 3 commits intofilecoin-project:masterfrom Apr 30, 2025
Merged
style(fountain): new content and layout for the landing page#13056rjan90 merged 3 commits intofilecoin-project:masterfrom
rjan90 merged 3 commits intofilecoin-project:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request redesigns the landing page to introduce a more modern layout and improved usability for the Lotus Calibration Testnet Faucet. The changes include updating the page title and integrating Google Fonts, as well as reorganizing the page content into a header, two main informational cards, and a footer with external resource links.
Files not reviewed (1)
- cmd/lotus-fountain/site/main.css: Language not supported
rjan90
approved these changes
Apr 30, 2025
Contributor
There was a problem hiding this comment.
LGTM! Running locally by running:
make lotus-fountainFULLNODE_API_INFO=wss://api.chain.love ./lotus-fountain run- Open http://127.0.0.1:7777
Will do a testrun on Butterfly network as well, to confirm faucets works as expected
This was referenced Apr 30, 2025
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issues
#13055
Proposed Changes
• Updated the page title to "Lotus Calibration Testnet Faucet"
• Added Google Fonts (Inter) integration
• Completely restructured the layout with:
• New header section with improved description
• Two main cards for FIL tokens and DataCap
• Added informative descriptions for each service
• Added links to documentation and resources
• New footer with help links
• Added links to Filecoin documentation and Slack
• Implemented a new color scheme using CSS variables
• Updated the font to Inter
• Complete redesign of the layout using:
• New card-based design
• Flexible grid layout
• Improved button styling
• Better spacing and typography
• Added responsive design for smaller screens
• New shadow effects and borders
• Added transitions for interactive elements
• Added a clean, modern aesthetic with better whitespace and hierarchy
• Implemented container queries for responsive design
Additional Info
Checklist
Before you mark the PR ready for review, please make sure that: